MESCIUS SPREAD for Windows Forms 17.0J
Swap メソッド (CellMatrix<T>)

セル範囲を交換する行インデックス。
セル範囲を交換する列インデックス。
交換する行数。
交換する列数。
セル範囲を交換し、指定した場所に別のセル範囲と貼り付けます。
構文
'Declaration
 
Public Overridable Sub Swap( _
   ByVal row As Integer, _
   ByVal column As Integer, _
   ByVal toRow As Integer, _
   ByVal toColumn As Integer, _
   ByVal rowCount As Integer, _
   ByVal columnCount As Integer _
) 
public virtual void Swap( 
   int row,
   int column,
   int toRow,
   int toColumn,
   int rowCount,
   int columnCount
)

パラメータ

row
column
toRow
セル範囲を交換する行インデックス。
toColumn
セル範囲を交換する列インデックス。
rowCount
交換する行数。
columnCount
交換する列数。
参照

CellMatrix<T> クラス
CellMatrix<T> メンバ

 

 


© MESCIUS inc. All rights reserved.